Is it safe to change the 'Security.salt' line to a more lengthy string {64 hex key}
Posted
by Gaurav Sharma
on Stack Overflow
See other posts from Stack Overflow
or by Gaurav Sharma
Published on 2010-05-13T07:28:19Z
Indexed on
2010/05/13
7:34 UTC
Read the original article
Hit count: 290
Hi everyone,
I have changed the
Configure::write('Security.salt', '############');
value in the file
config/core.php
file to a '256-bit hex key'. Is it safe or a good practice to change these lines for every different installation of cakephp application or shall I revert back to the original ?
I also changed the
Configure::write('Security.cipherSeed','7927237598237592759727');
to a different one of more length.
Please throw some light on this.
Thanks
© Stack Overflow or respective owner